An interface to the upper triangular matrix extraction routines.
Extracts the upper triangular portion of a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | x |
The M-by-N matrix. |
The K-by-N upper triangular matrix where K = MIN(M, N).
Extracts the upper triangular portion of a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | x |
The M-by-N matrix. |
The K-by-N upper triangular matrix where K = MIN(M, N).